nondeterministic - определение. Что такое nondeterministic
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое nondeterministic - определение

WIKIMEDIA DISAMBIGUATION PAGE
Nondeterministic; Non-determinism; Non-deterministic; Nondeterminism (disambiguation); Non-determinism (disambiguation)
Найдено результатов: 24
nondeterministic         
Exhibiting nondeterminism.
nondeterminism         
<algorithm> A property of a computation which may have more than one result. One way to implement a nondeterministic algorithm is using backtracking, another is to explore (all) possible solutions in parallel. (1995-04-13)
Nondeterministic programming         
PROGRAMMING PARADIGM
Nondeterministic language; Nondeterministic Programming; Non-deterministic programming; Nondeterministic program; Non-deterministic program
A nondeterministic programming language is a language which can specify, at certain points in the program (called "choice points"), various alternatives for program flow. Unlike an if-then statement, the method of choice between these alternatives is not directly specified by the programmer; the program must decide at run time between the alternatives, via some general method applied to all choice points.
Generalized nondeterministic finite automaton         
GNFA; Generalized nondeterministic finite state machine; Generalized nondeterministic finite-state machine; Generalized nondeterministic finite automata
In the theory of computation, a generalized nondeterministic finite automaton (GNFA), also known as an expression automaton or a generalized nondeterministic finite state machine, is a variation of a
Nondeterministic Turing machine         
  • solvable by quantum computers in polynomial time]] (BQP). Note that the figure suggests <math>\mathsf P \neq \mathsf{NP}</math> and <math>\mathsf{NP} \neq \mathsf{PSPACE}</math>. If this is not true then the figure should look different.
MAY HAVE A SET OF RULES THAT PRESCRIBES MORE THAN ONE ACTION FOR A GIVEN SITUATION; STATE AND TAPE SYMBOL NO LONGER UNIQUELY SPECIFY THINGS; RATHER, MANY DIFFERENT ACTIONS MAY APPLY FOR THE SAME COMBINATION OF STATE AND SYMBOL
Non-deterministic Turing machine; NDTM; Nondeterministic Turing machines; Nondeterministic turing machine; Non-deterministic turing machine; Nondeterministic model of computation; Non deterministic Turing machine
In theoretical computer science, a nondeterministic Turing machine (NTM) is a theoretical model of computation whose governing rules specify more than one possible action when in some given situations. That is, an NTM's next state is not completely determined by its action and the current symbol it sees, unlike a deterministic Turing machine.
Nondeterministic Turing Machine         
  • solvable by quantum computers in polynomial time]] (BQP). Note that the figure suggests <math>\mathsf P \neq \mathsf{NP}</math> and <math>\mathsf{NP} \neq \mathsf{PSPACE}</math>. If this is not true then the figure should look different.
MAY HAVE A SET OF RULES THAT PRESCRIBES MORE THAN ONE ACTION FOR A GIVEN SITUATION; STATE AND TAPE SYMBOL NO LONGER UNIQUELY SPECIFY THINGS; RATHER, MANY DIFFERENT ACTIONS MAY APPLY FOR THE SAME COMBINATION OF STATE AND SYMBOL
Non-deterministic Turing machine; NDTM; Nondeterministic Turing machines; Nondeterministic turing machine; Non-deterministic turing machine; Nondeterministic model of computation; Non deterministic Turing machine
<complexity> A normal (deterministic) Turing Machine that has a "guessing head" - a write-only head that writes a guess at a solution on the tape first, based on some arbitrary internal algorithm. The regular Turing Machine then runs and returns "yes" or "no" to indicate whether the solution is correct. A nondeterministic Turing Machine can solve nondeterministic polynomial time computational {decision problems} in a number of steps that is a polynomial function of the size of the input (1995-04-27)
nondeterministic polynomial time         
COMPUTATIONAL COMPLEXITY CLASS OF DECISION PROBLEMS SOLVABLE BY A NON-DETERMINISTIC TURING MACHINE IN POLYNOMIAL TIME
NP (complexity class); Nondeterministic polynomial time; NP-problem; NP-Problem; NP class; NP Class; NP-Class; NP-class; Class NP; Complexity class NP; Nondeterministic Polynomial; Nondeterministic polynomial; Np (complexity); NP (class)
<complexity> (NP) A set or property of computational {decision problems} solvable by a nondeterministic Turing Machine in a number of steps that is a polynomial function of the size of the input. The word "nondeterministic" suggests a method of generating potential solutions using some form of nondeterminism or "trial and error". This may take exponential time as long as a potential solution can be verified in polynomial time. NP is obviously a superset of P (polynomial time problems solvable by a deterministic Turing Machine in {polynomial time}) since a deterministic algorithm can be considered as a degenerate form of nondeterministic algorithm. The question then arises: is NP equal to P? I.e. can every problem in NP actually be solved in polynomial time? Everyone's first guess is "no", but no one has managed to prove this; and some very clever people think the answer is "yes". If a problem A is in NP and a polynomial time algorithm for A could also be used to solve problem B in polynomial time, then B is also in NP. See also Co-NP, NP-complete. [Examples?] (1995-04-10)
NSPACE         
COMPUTATIONAL RESOURCE DESCRIBING THE MEMORY SPACE FOR A NON-DETERMINISTIC TURING MACHINE
Nondeterministic space
In computational complexity theory, non-deterministic space or NSPACE is the computational resource describing the memory space for a non-deterministic Turing machine. It is the non-deterministic counterpart of DSPACE.
NTIME         
Nondeterministic time; Non-deterministic time
In computational complexity theory, the complexity class NTIME(f(n)) is the set of decision problems that can be solved by a non-deterministic Turing machine which runs in time O(f(n)). Here O is the big O notation, f is some function, and n is the size of the input (for which the problem is to be decided).
NP-complete         
  • Levin]] proved that each easy-to-verify problem can be solved as fast as SAT, which is hence NP-complete.
  • P≠NP]], while the right side is valid under the assumption that P=NP (except that the empty language and its complement are never NP-complete, and in general, not every problem in P or NP is NP-complete)
  • reductions]] typically used to prove their NP-completeness
COMPLEXITY CLASS
NP-complete problem; NP-complete problems; NP complete; NP completeness; NP-C; Np complete; Np-complete; NP-complete language; Np-complete problem; NP-Completeness; Np completeness; Non-deterministic polynomial-time complete; NP-Complete; Nondeterministic Polynomial Complete; Non polynomial complete; Np-Complete; NP-complete; NP-incomplete
<complexity> (NPC, Nondeterministic Polynomial time complete) A set or property of computational decision problems which is a subset of NP (i.e. can be solved by a nondeterministic Turing Machine in polynomial time), with the additional property that it is also NP-hard. Thus a solution for one NP-complete problem would solve all problems in NP. Many (but not all) naturally arising problems in class NP are in fact NP-complete. There is always a polynomial-time algorithm for transforming an instance of any NP-complete problem into an instance of any other NP-complete problem. So if you could solve one you could solve any other by transforming it to the solved one. The first problem ever shown to be NP-complete was the satisfiability problem. Another example is {Hamilton's problem}. See also computational complexity, halting problem, Co-NP, NP-hard. http://fi-www.arc.nasa.gov/fia/projects/bayes-group/group/NP/. [Other examples?] (1995-04-10)

Википедия

Nondeterminism

Nondeterminism or nondeterministic may refer to: